Auto merge of #3175 - alexcrichton:bench-abort, r=brson
authorbors <bors@rust-lang.org>
Thu, 3 Nov 2016 00:21:23 +0000 (17:21 -0700)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2016 00:21:23 +0000 (17:21 -0700)
commitcb524b7759195fbed7756d345eefeaa076844c18
tree692bdc7344908ecbcbbb2d70bb5c8190abcea6f1
parent717adc8236ba63f3576ffa10056bca00e8ae1831
parent0f44202b7b460de10e3509d4366af48453102f76
Auto merge of #3175 - alexcrichton:bench-abort, r=brson

Ignore `panic` configuration for test/bench profiles

Both of these profiles link to libtest, so it's invalid to configure them with
`panic="abort"`. To prevent confusing errors just ignore the configuration for
now.

Closes #3166